Skip to content

Conversation

flip1995
Copy link
Member

trim_left* and trim_right* are deprecated as of 1.33.0.

s/trim_left/trim_start/
s/trim_right/trim_end/

s/trim_left/trim_start/

s/trim_right/trim_end/
@oli-obk
Copy link
Contributor

oli-obk commented Dec 14, 2018

@bors r+

@bors
Copy link
Contributor

bors commented Dec 14, 2018

📌 Commit d866f31 has been approved by oli-obk

@bors
Copy link
Contributor

bors commented Dec 14, 2018

⌛ Testing commit d866f31 with merge 6e4d64a...

bors added a commit that referenced this pull request Dec 14, 2018
rustup rust-lang/rust#52994

`trim_left*` and `trim_right*` are deprecated as of 1.33.0.

`s/trim_left/trim_start/`
`s/trim_right/trim_end/`
@bors
Copy link
Contributor

bors commented Dec 14, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: oli-obk
Pushing 6e4d64a to master...

@bors bors merged commit d866f31 into rust-lang:master Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants